Set up the Canvas and create all the Card Visualizations Part 1 7
Set up the Canvas and create all the Card Visualizations
The dashboard will be divided in parts. Each of the parts
will be created with all the necessary elements such as measures, calculated
columns, tooltips, etc.
Step 7.1 - Set up the Canvas.
The following gif shows how to access the Canvas configuration menu.
Make sure to have the same selections for the canvas as the
images.
Step 7.2 – Shootings Per Year Card
Start by creating the measure .Total Shootings
.Total Shootings = DISTINCTCOUNT(FactTable[ShootingID])+0
Then create the next measure Shootings Per Year
.Shootings Per Year = [.Total Shootings]/((max('Calendar'[Year])-min('Calendar'[Year])+1))
Insert the visualization into the canvas and select the
measure.
Step 7.3 – Shootings Per Year Card Tooltip.
Insert a new page.
Configure the canvas.
Insert the Line Chart
visualization.
Configure the visualization.
Activate the tooltip
https://www.csgpro.com/blog/2020/09/the-power-bi-designers-workflow-from-canvas-to-creation/